home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
param10
/
jmparam.bas
< prev
next >
Wrap
BASIC Source File
|
1995-08-20
|
567b
|
27 lines
' Parameter Control Definition File
'
' Copyright (c) 1995 By VisualWare, Inc.
'
' VisualWare, Inc.
' 1675 East Main St, Suite 218
' Kent OH 44240
'
'
' (216) 258-9012
'
' visualware@interramp.com
'
'
' CallForm
'
' Invokes a Parameter Control on a Form
'
' Frm: The form you want to call.
' CallType: Integer value you want to pass to the control. This is not
' interpreted in any way.
'
' Args: Array of string arguments.
'
'
Declare Function CallForm Lib "PARAMCTL" (Frm As Form, ByVal CallType As Integer, Args() As String) As Long